home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Microsoft / Expression Blend / Blend.en.msi / Sparkle.PBook.PhotoBook.csproj.en < prev    next >
Encoding:
Extensible Markup Language  |  2007-01-30  |  3.9 KB  |  91 lines

  1. ∩╗┐<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition="'$(Configuration)'==''">Debug</Configuration>
  4.     <DefaultClrNameSpace>PhotoBook</DefaultClrNameSpace>
  5.     <AssemblyName>PhotoBook</AssemblyName>
  6.     <OutputPath>bin\$(Configuration)\</OutputPath>
  7.     <ApplicationVersion>1.0.0.*</ApplicationVersion>
  8.     <ApplicationRevision>0</ApplicationRevision>
  9.     <AlwaysCompileMarkupFilesInSeparateDomain>false</AlwaysCompileMarkupFilesInSeparateDomain>
  10.     <OutputType>WinExe</OutputType>
  11.     <RootNamespace>PhotoBook</RootNamespace>
  12.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  13.     <ProjectGuid>{C8FD479C-8AC5-46D7-98D8-CAF022D89102}</ProjectGuid>
  14.     <Win32Resource>Resources.res</Win32Resource>
  15.   </PropertyGroup>
  16.   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  17.   <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />
  18.   <ItemGroup>
  19.     <Reference Include="PresentationCore" />
  20.     <Reference Include="PresentationFramework" />
  21.     <Reference Include="System" />
  22.     <Reference Include="System.Windows.Forms" />
  23.     <Reference Include="System.Xml" />
  24.     <Reference Include="WindowsBase" />
  25.     <ApplicationDefinition Include="App.xaml" />
  26.     <Compile Include="App.xaml.cs">
  27.       <DependentUpon>App.xaml</DependentUpon>
  28.     </Compile>
  29.     <Compile Include="AssemblyInfo.cs" />
  30.     <Compile Include="ImageCollection.cs" />
  31.     <Compile Include="PhotoBook.xaml.cs">
  32.       <DependentUpon>PhotoBook.xaml</DependentUpon>
  33.     </Compile>
  34.     <Compile Include="Book.xaml.cs">
  35.       <DependentUpon>Book.xaml</DependentUpon>
  36.     </Compile>
  37.     <Page Include="PhotoBook.xaml" />
  38.     <Page Include="Book.xaml" />
  39.     <Resource Include="Assets\blend.png" />
  40.     <Resource Include="Assets\shadowPageLeft.png" />
  41.     <Resource Include="Assets\shadowPageRight.png" />
  42.     <Resource Include="Assets\splash.png" />
  43.   </ItemGroup>
  44.   <ItemGroup>
  45.     <Content Include="Sample_Photos\page01.JPG">
  46.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  47.     </Content>
  48.     <Content Include="Sample_Photos\page02.JPG">
  49.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  50.     </Content>
  51.     <Content Include="Sample_Photos\page03.JPG">
  52.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  53.     </Content>
  54.     <Content Include="Sample_Photos\page04.JPG">
  55.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  56.     </Content>
  57.     <Content Include="Sample_Photos\page05.JPG">
  58.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  59.     </Content>
  60.     <Content Include="Sample_Photos\page06.JPG">
  61.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  62.     </Content>
  63.     <Content Include="Sample_Photos\page07.JPG">
  64.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  65.     </Content>
  66.     <Content Include="Sample_Photos\page08.JPG">
  67.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  68.     </Content>
  69.     <Content Include="Sample_Photos\page09.JPG">
  70.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  71.     </Content>
  72.     <Content Include="Sample_Photos\page10.JPG">
  73.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  74.     </Content>
  75.     <Content Include="Sample_Photos\page11.JPG">
  76.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  77.     </Content>
  78.     <Content Include="Sample_Photos\page12.jpg">
  79.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  80.     </Content>
  81.     <Content Include="Sample_Photos\page13.jpg">
  82.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  83.     </Content>
  84.     <Content Include="Sample_Photos\page14.jpg">
  85.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  86.     </Content>
  87.     <Content Include="Sample_Photos\page15.jpg">
  88.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  89.     </Content>
  90.   </ItemGroup>
  91. </Project>